home *** CD-ROM | disk | FTP | other *** search
/ Power Utilities / Power Utilities.iso / utility / pro211 / gifv.slv < prev    next >
Encoding:
Text File  |  1993-10-06  |  374 b   |  16 lines

  1. ;
  2. ; GIFV.SLV
  3. ;
  4. ; This script file will go thru all files on the ROOT of Drive G:
  5. ; that GIF-REED supports and remove the TOP 16 colors in the color
  6. ; map, thus making the image ready for Windows with NO distortion!
  7. ;
  8.         change-path g:\*.?
  9. :loop
  10.         loadnext        :exit
  11.         adjust-for-windows
  12.         write
  13.         goto            :loop
  14. :exit
  15.  
  16.